home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / ldiff12.zip / LDIFF.MAN < prev    next >
Text File  |  1989-07-18  |  6KB  |  174 lines

  1.  
  2.                Differential Archiving Program LDiff v1.20
  3.                ------------------------------------------
  4.                              July 18, 1989
  5.  
  6. 1.  Examples
  7. ============
  8. You have the following files in this package.
  9.  
  10.            LDIFF.MAN    ; this File,
  11.            LDIFF.EXE    ; LDIFF v1.20
  12.  
  13. The following tests are the results to assure you the dependable feature
  14. of the present version of LDIFF.EXE.  You just follow the typed-in key
  15. sequence and it will show what this program can do.  Lower-case letters
  16. were typed in commands and those shown in upper-case are responses from
  17. LDIFF.EXE on the CRT screen.
  18.  
  19.  
  20. ------------------Test 1:  PKZ090.EXE -->> PKZ092.EXE --------------------
  21.  
  22. ldiff c pkz.lzd pkz090.exe pkz092.exe
  23.  
  24. Creating PKZ.LZD from PKZ092.EXE with PKZ090.EXE
  25.   (Lzd/New)=( 63.12%)
  26.  
  27. ren pkz092.exe pkz.exe
  28.  
  29. ldiff x pkz.lzd pkz090.exe
  30.  
  31. Old File(PKZ090.EXE) is good SIZE & CRC
  32. Creating PKZ092.EXE from PKZ090.EXE with PKZ.LZD
  33.  
  34. CONGRATULATION!! Name of new file is C:\PKZ092.EXE
  35.  
  36. dir
  37.  
  38. PKZ      EXE   102528  89-03-18   19:39
  39. PKZ090   EXE    91520  89-02-20    9:33
  40. LDIFFE   EXE    23244  89-07-15    1:20
  41. PKZ      LZD    64771  89-03-18   19:39
  42. PKZ092   EXE   102528  89-03-18   19:39
  43.  
  44.  
  45.  
  46. --------------- Test 2:  PROCOMM.COMM v.2.4.2-->v.2.4.3 ----------------
  47.  
  48. PRCM243  EXE   167072  88-12-20    9:36
  49. PRCM242  EXE   165296  86-10-17   10:46
  50. LDIFF    EXE    23244  89-07-15    1:20
  51.  
  52. ldiff c prcm.lzd prcm242.exe prcm243.exe
  53.  
  54. Creating PRCM.LZD from PRCM243.EXE with PRCM242.EXE
  55. (7123)-(0177) (lzd.new)=( 50.12% )
  56.  
  57. PRCM     LZD    83799  88-12-20    9:36
  58.  
  59. ren prcm243.exe p3.exe
  60. ldiff x prcm.lzd prcm242.exe
  61.  
  62. Old File(PRCM242.EXE) is good SIZE & CRC
  63. Creating PRCM243.EXE from PRCM242.EXE with PRCM.LZD
  64.  
  65. CONGRATULATION!! Name of new file is C:\PRCM243.EXE
  66.  
  67. P3       EXE   167072  88-12-20    9:36
  68. PRCM242  EXE   165296  86-10-17   10:46
  69. LDIFFE   EXE    23244  89-07-15    1:20
  70. PRCM     LZD    83799  88-12-20    9:36
  71. PRCM243  EXE   167072  88-12-20    9:36
  72.  
  73.  
  74. ---------------------Test 3: GMK2.EXE -->> GMK3.EXE---------------------
  75.  
  76. GMK3     EXE   175017  88-09-20   12:00
  77. GMK2     EXE    46285  88-03-10   12:00
  78.  
  79. ldiff c gmk.lzd gmk2.exe gmk3.exe
  80.  
  81. Creating GMK.LZD from gmk3.exe with gmk2.exe
  82. GMK      LZD   174702  88-09-20   12:00
  83. (174702/175017 97.49%)
  84.  
  85. ren gmk3.exe g.exe
  86.  
  87. G        EXE   175017  88-09-20   12:00
  88. GMK      LZD   174702  88-09-20   12:00
  89.  
  90. ldiff x gmk.lzd gmk2.exe
  91.  
  92. Old File(GMK2.EXE) is good SIZE & CRC
  93. Creating GMK3.EXE from GMK2.EXE with GMK.LZD
  94.  
  95. CONGRATULATION!! Name of new file is C:\GMK3.EXE
  96.  
  97. GMK2     EXE    46285  88-03-10   12:00
  98. G        EXE   175017  88-09-20   12:00
  99. GMK      LZD   174702  88-09-20   12:00
  100. GMK3     EXE   175017  88-09-20   12:00
  101.  
  102.  
  103. --------------------------------Test GMK--------------------------------
  104.  
  105. 2.  Commands
  106. ============
  107.     There are X,C,H commands in the present version.
  108.     ldarc h <CR>
  109.     is the same with
  110.     ldarc <CR>.
  111.     You will see a small help screen.
  112.  
  113. X command is the default command of LDIFF.EXE.  The file extension .LZD
  114.           shows that is is a compressed difference file.  Ordinary usage
  115.           is;
  116.  
  117.      ldiff [x] compdiff.lzd [old_file.ext] [new_file.ext]
  118.  
  119.           Ldiff will eXtract 'COMPDIFF.LZD' file and places the differ-
  120.           ences into specified positions of 'old_file.ext' and get
  121.           'new_file.ext'.
  122.  
  123.           If you do not specify 'old_file.ext', then you will have names
  124.           that are specified by 'diffcomp.lzd'.
  125.  
  126.           If you do not specify 'new_file.ext' then 'diffcomp.lzd' will
  127.           automatically take its name from its own.
  128.  
  129. C command is to Create the difference file and to Compact it.
  130.  
  131.  
  132.      ldiff c [ 23.lzd ] ldarc102.exe ldarc103.exe
  133.  
  134.           The above command line will create the difference file
  135.           '23.lzd' of the old_file 'ldarc102.exe' and 'ldarc103.exe'.
  136.  
  137.           If you do not specify the difference file, you will have the
  138.           'new_file.lzd', that is ldarc103.lzd in the above case.
  139.  
  140.  
  141.      ldiff c [diffcomp.lzd] old_file.ext new_file.ext
  142.  
  143.           is the general usage.  You must always supply extension names
  144.           to 'old_file' and 'new_file'.
  145.  
  146.  
  147. 3.  Comments
  148. ============
  149.         1.  The largest old_file you can revise is 256 KB.
  150.         2.  The longest word length in comparison is 16 KB.
  151.         3.  You will see a pair of running numbers under the command line.
  152.  
  153.             Numbers on the left:  Number of charcters in the
  154.                                   output stream.
  155.                    on the right:  Number of words fit more than
  156.                                   4 charcters.
  157.                   in the braces:  ratio compressed_diff/New_file in size.
  158.  
  159.         4.  Old_file will be checked with file-length and CRC check. The
  160.             New file will be tested with CRC.
  161.         5.  Error will be reported when there is no files specified
  162.             where Ldiff needs one.
  163.  
  164.         6.  Please inform 74100,2565 Kenjirou Okubo if you have a file
  165.           which can not be restored with C,X commands to the original.
  166.           You will see CRC error if you fail to restore the original.@@
  167.  
  168.         7.  PKZ090.EXE and PKZ092.EXE are shareware products of
  169.            PKWARE.INC.  PROCOMM.EXE v2.4.2 and v2.4.3 are shareware
  170.            products of DataStorm Technologies Inc.  GMK2.EXE and
  171.            GMK3.EXE are commercial products of Reference Software Inc.
  172.  
  173.                                 - end -
  174.